PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setContentsEntryFiller Method
The character, usually a dot, used to provide a visual connection between the heading text and page number in the table of contents.
In This Topic
    setContentsEntryFiller Method
    In This Topic
    Sets the contents entry filler.
    The character is multiplied as necessary to fill the space between the heading text and the page number.
    This value is used if method returns true.
    Syntax
    public void setContentsEntryFiller( 
       char value
    )

    Parameters

    value
    The character, usually a dot, used to provide a visual connection between the heading text and page number in the table of contents.
    See Also